Html Css Color HEX #FAB302 Selective Yellow

📋 copy color: '#FAB302'

red 250 ◦ green 179 ◦ blue 2

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

Shades of Selective Yellow #FAB302

Tints of Selective Yellow #FAB302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.53%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 58%
G = 41.53%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAB302 (or 0xFAB302) is known color: Selective Yellow. HEX triplet: FA, B3 and 02. RGB value is (250,179,2). Sum of RGB (Red+Green+Blue) = 250+179+2=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB302 is #054CFD. Grayscale: #B4B4B4. Windows color (decimal): -347390 or 177146. OLE color: 177146.

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

Color convert

RGB 250 179 2 -
CMYK 0 0.28 0.99 0.02
HSL 42.82º 0.98% 0.49% -
HSV(B) 42.82º 0.99% 0.98% -
XYZ 55.56 52.57 7.28 -
YUV 180.05 27.52 177.89 -
System Red Green Blue C M Y K H S L
Decimal 250 179 2 0 0.28 0.99 0.02 42.82 0.98 0.49
Hex FA B3 2 0 1C 63 2 2B 62 31
Octal 372 263 2 0 34 143 2 53 142 61
Binary 11111010 10110011 10 0 11100 1100011 10 101011 1100010 110001

Color Harmonies of #FAB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB302

Black with #FAB302

Text Example


Text Example

White with #FAB302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB302; }

 p { color: rgb(250,179,2); }

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

background-color css

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

 a { background-color: rgb(250,179,2); }

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

border-color css

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

 span { border-color: rgb(250,179,2); }

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