Html Css Color HEX #FAB80F Selective Yellow

📋 copy color: '#FAB80F'

red 250 ◦ green 184 ◦ blue 15

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

Shades of Selective Yellow #FAB80F

Tints of Selective Yellow #FAB80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.98%

 BLUE value IS 15 (6.25% from 255) = 3.34%

R = 55.68%
G = 40.98%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAB80F (or 0xFAB80F) is known color: Selective Yellow. HEX triplet: FA, B8 and 0F. RGB value is (250,184,15). Sum of RGB (Red+Green+Blue) = 250+184+15=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB80F is #0547F0. Grayscale: #B9B9B9. Windows color (decimal): -346097 or 1030394. OLE color: 1030394.

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

Color convert

RGB 250 184 15 -
CMYK 0 0.26 0.94 0.02
HSL 43.15º 0.96% 0.52% -
HSV(B) 43.15º 0.94% 0.98% -
XYZ 56.65 54.64 8.01 -
YUV 184.47 32.37 174.74 -
System Red Green Blue C M Y K H S L
Decimal 250 184 15 0 0.26 0.94 0.02 43.15 0.96 0.52
Hex FA B8 F 0 1A 5E 2 2B 60 34
Octal 372 270 17 0 32 136 2 53 140 64
Binary 11111010 10111000 1111 0 11010 1011110 10 101011 1100000 110100

Color Harmonies of #FAB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB80F

Black with #FAB80F

Text Example


Text Example

White with #FAB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB80F; }

 p { color: rgb(250,184,15); }

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

background-color css

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

 a { background-color: rgb(250,184,15); }

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

border-color css

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

 span { border-color: rgb(250,184,15); }

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