Html Css Color HEX #FAB50B Selective Yellow

📋 copy color: '#FAB50B'

red 250 ◦ green 181 ◦ blue 11

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

Shades of Selective Yellow #FAB50B

Tints of Selective Yellow #FAB50B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.95%

 BLUE value IS 11 (4.69% from 255) = 2.49%

R = 56.56%
G = 40.95%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAB50B (or 0xFAB50B) is known color: Selective Yellow. HEX triplet: FA, B5 and 0B. RGB value is (250,181,11). Sum of RGB (Red+Green+Blue) = 250+181+11=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB50B is #054AF4. Grayscale: #B7B7B7. Windows color (decimal): -346869 or 767482. OLE color: 767482.

HSL color Cylindrical-coordinate representation of color #FAB50B: hue angle of 42.68º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAB50B is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 181 11 -
CMYK 0 0.28 0.96 0.02
HSL 42.68º 0.96% 0.51% -
HSV(B) 42.68º 0.96% 0.98% -
XYZ 56.01 53.4 7.67 -
YUV 182.25 31.36 176.32 -
System Red Green Blue C M Y K H S L
Decimal 250 181 11 0 0.28 0.96 0.02 42.68 0.96 0.51
Hex FA B5 B 0 1C 60 2 2B 60 33
Octal 372 265 13 0 34 140 2 53 140 63
Binary 11111010 10110101 1011 0 11100 1100000 10 101011 1100000 110011

Color Harmonies of #FAB50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB50B

Black with #FAB50B

Text Example


Text Example

White with #FAB50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB50B; }

 p { color: rgb(250,181,11); }

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

background-color css

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

 a { background-color: rgb(250,181,11); }

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

border-color css

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

 span { border-color: rgb(250,181,11); }

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