Html Css Color HEX #FAC826 Turbo

📋 copy color: '#FAC826'

red 250 ◦ green 200 ◦ blue 38

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

Shades of Turbo #FAC826

Tints of Turbo #FAC826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.79%

R = 51.23%
G = 40.98%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAC826 (or 0xFAC826) is known color: Turbo. HEX triplet: FA, C8 and 26. RGB value is (250,200,38). Sum of RGB (Red+Green+Blue) = 250+200+38=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 38 (15.23% from 255 or 7.79% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC826 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC826 is #0537D9. Grayscale: #C5C5C5. Windows color (decimal): -341978 or 2541818. OLE color: 2541818.

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

Color convert

RGB 250 200 38 -
CMYK 0 0.2 0.85 0.02
HSL 45.85º 0.95% 0.56% -
HSV(B) 45.85º 0.85% 0.98% -
XYZ 60.43 61.77 10.57 -
YUV 196.48 38.57 166.17 -
System Red Green Blue C M Y K H S L
Decimal 250 200 38 0 0.2 0.85 0.02 45.85 0.95 0.56
Hex FA C8 26 0 14 55 2 2E 5F 38
Octal 372 310 46 0 24 125 2 56 137 70
Binary 11111010 11001000 100110 0 10100 1010101 10 101110 1011111 111000

Color Harmonies of #FAC826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC826

Black with #FAC826

Text Example


Text Example

White with #FAC826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC826; }

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

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

background-color css

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

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

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

border-color css

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

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

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