Html Css Color HEX #FACF29 Turbo

📋 copy color: '#FACF29'

red 250 ◦ green 207 ◦ blue 41

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

Shades of Turbo #FACF29

Tints of Turbo #FACF29

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.57%

 BLUE value IS 41 (16.41% from 255) = 8.23%

R = 50.2%
G = 41.57%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FACF29 (or 0xFACF29) is known color: Turbo. HEX triplet: FA, CF and 29. RGB value is (250,207,41). Sum of RGB (Red+Green+Blue) = 250+207+41=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 41 (16.41% from 255 or 8.23% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACF29 is #0530D6. Grayscale: #C9C9C9. Windows color (decimal): -340183 or 2740218. OLE color: 2740218.

HSL color Cylindrical-coordinate representation of color #FACF29: hue angle of 47.66º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FACF29 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 207 41 -
CMYK 0 0.17 0.84 0.02
HSL 47.66º 0.95% 0.57% -
HSV(B) 47.66º 0.84% 0.98% -
XYZ 62.14 65.11 11.39 -
YUV 200.93 37.75 163 -
System Red Green Blue C M Y K H S L
Decimal 250 207 41 0 0.17 0.84 0.02 47.66 0.95 0.57
Hex FA CF 29 0 11 54 2 30 5F 39
Octal 372 317 51 0 21 124 2 60 137 71
Binary 11111010 11001111 101001 0 10001 1010100 10 110000 1011111 111001

Color Harmonies of #FACF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACF29

Black with #FACF29

Text Example


Text Example

White with #FACF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACF29; }

 p { color: rgb(250,207,41); }

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

background-color css

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

 a { background-color: rgb(250,207,41); }

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

border-color css

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

 span { border-color: rgb(250,207,41); }

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