Html Css Color HEX #FACB25 Turbo

📋 copy color: '#FACB25'

red 250 ◦ green 203 ◦ blue 37

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

Shades of Turbo #FACB25

Tints of Turbo #FACB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.55%

R = 51.02%
G = 41.43%
B = 7.55%

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

#FACB25 (or 0xFACB25) is known color: Turbo. HEX triplet: FA, CB and 25. RGB value is (250,203,37). Sum of RGB (Red+Green+Blue) = 250+203+37=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 37 (14.84% from 255 or 7.55% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB25 is #0534DA. Grayscale: #C6C6C6. Windows color (decimal): -341211 or 2477050. OLE color: 2477050.

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

Color convert

RGB 250 203 37 -
CMYK 0 0.19 0.85 0.02
HSL 46.76º 0.96% 0.56% -
HSV(B) 46.76º 0.85% 0.98% -
XYZ 61.11 63.17 10.72 -
YUV 198.13 37.07 165 -
System Red Green Blue C M Y K H S L
Decimal 250 203 37 0 0.19 0.85 0.02 46.76 0.96 0.56
Hex FA CB 25 0 13 55 2 2F 60 38
Octal 372 313 45 0 23 125 2 57 140 70
Binary 11111010 11001011 100101 0 10011 1010101 10 101111 1100000 111000

Color Harmonies of #FACB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB25

Black with #FACB25

Text Example


Text Example

White with #FACB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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