Html Css Color HEX #FAB90C Selective Yellow

📋 copy color: '#FAB90C'

red 250 ◦ green 185 ◦ blue 12

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

Shades of Selective Yellow #FAB90C

Tints of Selective Yellow #FAB90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.39%

 BLUE value IS 12 (5.08% from 255) = 2.68%

R = 55.93%
G = 41.39%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAB90C (or 0xFAB90C) is known color: Selective Yellow. HEX triplet: FA, B9 and 0C. RGB value is (250,185,12). Sum of RGB (Red+Green+Blue) = 250+185+12=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB90C is #0546F3. Grayscale: #B9B9B9. Windows color (decimal): -345844 or 834042. OLE color: 834042.

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

Color convert

RGB 250 185 12 -
CMYK 0 0.26 0.95 0.02
HSL 43.61º 0.96% 0.51% -
HSV(B) 43.61º 0.95% 0.98% -
XYZ 56.84 55.05 7.98 -
YUV 184.71 30.53 174.57 -
System Red Green Blue C M Y K H S L
Decimal 250 185 12 0 0.26 0.95 0.02 43.61 0.96 0.51
Hex FA B9 C 0 1A 5F 2 2C 60 33
Octal 372 271 14 0 32 137 2 54 140 63
Binary 11111010 10111001 1100 0 11010 1011111 10 101100 1100000 110011

Color Harmonies of #FAB90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB90C

Black with #FAB90C

Text Example


Text Example

White with #FAB90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB90C; }

 p { color: rgb(250,185,12); }

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

background-color css

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

 a { background-color: rgb(250,185,12); }

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

border-color css

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

 span { border-color: rgb(250,185,12); }

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