Html Css Color HEX #FAC81E Turbo

📋 copy color: '#FAC81E'

red 250 ◦ green 200 ◦ blue 30

#FAC81E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #FAC81E

Tints of Turbo #FAC81E

RGB

 RED value IS 250 (98.05% from 255) = 52.08%

 GREEN value IS 200 (78.52% from 255) = 41.67%

 BLUE value IS 30 (12.11% from 255) = 6.25%

R = 52.08%
G = 41.67%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.88

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAC81E (or 0xFAC81E) is known color: Turbo. HEX triplet: FA, C8 and 1E. RGB value is (250,200,30). Sum of RGB (Red+Green+Blue) = 250+200+30=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 30 (12.11% from 255 or 6.25% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC81E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC81E is #0537E1. Grayscale: #C4C4C4. Windows color (decimal): -341986 or 2017530. OLE color: 2017530.

HSL color Cylindrical-coordinate representation of color #FAC81E: hue angle of 46.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAC81E is Cyan = 0, Magento = 0.2, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 200 30 -
CMYK 0 0.2 0.88 0.02
HSL 46.36º 0.96% 0.55% -
HSV(B) 46.36º 0.88% 0.98% -
XYZ 60.31 61.73 9.96 -
YUV 195.57 34.57 166.82 -
System Red Green Blue C M Y K H S L
Decimal 250 200 30 0 0.2 0.88 0.02 46.36 0.96 0.55
Hex FA C8 1E 0 14 58 2 2E 60 37
Octal 372 310 36 0 24 130 2 56 140 67
Binary 11111010 11001000 11110 0 10100 1011000 10 101110 1100000 110111

Color Harmonies of #FAC81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC81E

Black with #FAC81E

Text Example


Text Example

White with #FAC81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC81E; }

 p { color: rgb(250,200,30); }

 H1.HeaderClassName
 {
   color: #FAC81E;
 }
 .AnyTagClassName
 {
   color: #FAC81E;
 }
</style>

background-color css

<style>
 a { background-color: #FAC81E; }

 a { background-color: rgb(250,200,30); }

 div.DivClassName
 {
   background-color: #FAC81E;
 }
 .BgClassName
 {
   background-color: #FAC81E;
 }
</style>

border-color css

<style>
 span { border-color: #FAC81E; }

 span { border-color: rgb(250,200,30); }

 td.TdClassName
 {
   border-color: #FAC81E;
 }
 .TagClassName
 {
   border-color: #FAC81E;
 }
</style>