Html Css Color HEX #FBB80C Selective Yellow

📋 copy color: '#FBB80C'

red 251 ◦ green 184 ◦ blue 12

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

Shades of Selective Yellow #FBB80C

Tints of Selective Yellow #FBB80C

RGB

 RED value IS 251 (98.44% from 255) = 56.15%

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

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

R = 56.15%
G = 41.16%
B = 2.68%

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

#FBB80C (or 0xFBB80C) is known color: Selective Yellow. HEX triplet: FB, B8 and 0C. RGB value is (251,184,12). Sum of RGB (Red+Green+Blue) = 251+184+12=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBB80C is #0447F3. Grayscale: #B9B9B9. Windows color (decimal): -280564 or 833787. OLE color: 833787.

HSL color Cylindrical-coordinate representation of color #FBB80C: hue angle of 43.18º degrees, saturation: 0.97, 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 #FBB80C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 184 12 -
CMYK 0 0.27 0.95 0.02
HSL 43.18º 0.97% 0.52% -
HSV(B) 43.18º 0.95% 0.98% -
XYZ 56.99 54.82 7.92 -
YUV 184.43 30.7 175.49 -
System Red Green Blue C M Y K H S L
Decimal 251 184 12 0 0.27 0.95 0.02 43.18 0.97 0.52
Hex FB B8 C 0 1B 5F 2 2B 61 34
Octal 373 270 14 0 33 137 2 53 141 64
Binary 11111011 10111000 1100 0 11011 1011111 10 101011 1100001 110100

Color Harmonies of #FBB80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB80C

Black with #FBB80C

Text Example


Text Example

White with #FBB80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB80C; }

 p { color: rgb(251,184,12); }

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

background-color css

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

 a { background-color: rgb(251,184,12); }

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

border-color css

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

 span { border-color: rgb(251,184,12); }

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