Html Css Color HEX #FAC829 Turbo

📋 copy color: '#FAC829'

red 250 ◦ green 200 ◦ blue 41

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

Shades of Turbo #FAC829

Tints of Turbo #FAC829

RGB

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

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

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

R = 50.92%
G = 40.73%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAC829 (or 0xFAC829) is known color: Turbo. HEX triplet: FA, C8 and 29. RGB value is (250,200,41). Sum of RGB (Red+Green+Blue) = 250+200+41=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 41 (16.41% from 255 or 8.35% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC829 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC829 is #0537D6. Grayscale: #C5C5C5. Windows color (decimal): -341975 or 2738426. OLE color: 2738426.

HSL color Cylindrical-coordinate representation of color #FAC829: hue angle of 45.65º 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 #FAC829 is Cyan = 0, Magento = 0.2, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 200 41 -
CMYK 0 0.2 0.84 0.02
HSL 45.65º 0.95% 0.57% -
HSV(B) 45.65º 0.84% 0.98% -
XYZ 60.48 61.79 10.84 -
YUV 196.82 40.07 165.93 -
System Red Green Blue C M Y K H S L
Decimal 250 200 41 0 0.2 0.84 0.02 45.65 0.95 0.57
Hex FA C8 29 0 14 54 2 2E 5F 39
Octal 372 310 51 0 24 124 2 56 137 71
Binary 11111010 11001000 101001 0 10100 1010100 10 101110 1011111 111001

Color Harmonies of #FAC829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC829

Black with #FAC829

Text Example


Text Example

White with #FAC829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC829; }

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

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

background-color css

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

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

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

border-color css

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

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

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