Html Css Color HEX #FACB26 Turbo

📋 copy color: '#FACB26'

red 250 ◦ green 203 ◦ blue 38

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

Shades of Turbo #FACB26

Tints of Turbo #FACB26

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.34%

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

R = 50.92%
G = 41.34%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FACB26 (or 0xFACB26) is known color: Turbo. HEX triplet: FA, CB and 26. RGB value is (250,203,38). Sum of RGB (Red+Green+Blue) = 250+203+38=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 38 (15.23% from 255 or 7.74% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB26 is #0534D9. Grayscale: #C6C6C6. Windows color (decimal): -341210 or 2542586. OLE color: 2542586.

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

Color convert

RGB 250 203 38 -
CMYK 0 0.19 0.85 0.02
HSL 46.7º 0.95% 0.56% -
HSV(B) 46.7º 0.85% 0.98% -
XYZ 61.13 63.18 10.81 -
YUV 198.24 37.57 164.92 -
System Red Green Blue C M Y K H S L
Decimal 250 203 38 0 0.19 0.85 0.02 46.7 0.95 0.56
Hex FA CB 26 0 13 55 2 2F 5F 38
Octal 372 313 46 0 23 125 2 57 137 70
Binary 11111010 11001011 100110 0 10011 1010101 10 101111 1011111 111000

Color Harmonies of #FACB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB26

Black with #FACB26

Text Example


Text Example

White with #FACB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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