Html Css Color HEX #FAB60D Selective Yellow

📋 copy color: '#FAB60D'

red 250 ◦ green 182 ◦ blue 13

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

Shades of Selective Yellow #FAB60D

Tints of Selective Yellow #FAB60D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.9%

 BLUE value IS 13 (5.47% from 255) = 2.92%

R = 56.18%
G = 40.9%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAB60D (or 0xFAB60D) is known color: Selective Yellow. HEX triplet: FA, B6 and 0D. RGB value is (250,182,13). Sum of RGB (Red+Green+Blue) = 250+182+13=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB60D is #0549F2. Grayscale: #B7B7B7. Windows color (decimal): -346611 or 898810. OLE color: 898810.

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

Color convert

RGB 250 182 13 -
CMYK 0 0.27 0.95 0.02
HSL 42.78º 0.96% 0.52% -
HSV(B) 42.78º 0.95% 0.98% -
XYZ 56.22 53.81 7.8 -
YUV 183.07 32.03 175.74 -
System Red Green Blue C M Y K H S L
Decimal 250 182 13 0 0.27 0.95 0.02 42.78 0.96 0.52
Hex FA B6 D 0 1B 5F 2 2B 60 34
Octal 372 266 15 0 33 137 2 53 140 64
Binary 11111010 10110110 1101 0 11011 1011111 10 101011 1100000 110100

Color Harmonies of #FAB60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB60D

Black with #FAB60D

Text Example


Text Example

White with #FAB60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB60D; }

 p { color: rgb(250,182,13); }

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

background-color css

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

 a { background-color: rgb(250,182,13); }

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

border-color css

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

 span { border-color: rgb(250,182,13); }

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