Html Css Color HEX #FBB60C Selective Yellow

📋 copy color: '#FBB60C'

red 251 ◦ green 182 ◦ blue 12

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

Shades of Selective Yellow #FBB60C

Tints of Selective Yellow #FBB60C

RGB

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

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

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

R = 56.4%
G = 40.9%
B = 2.7%

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

#FBB60C (or 0xFBB60C) is known color: Selective Yellow. HEX triplet: FB, B6 and 0C. RGB value is (251,182,12). Sum of RGB (Red+Green+Blue) = 251+182+12=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBB60C is #0449F3. Grayscale: #B8B8B8. Windows color (decimal): -281076 or 833275. OLE color: 833275.

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

Color convert

RGB 251 182 12 -
CMYK 0 0.27 0.95 0.02
HSL 42.68º 0.97% 0.52% -
HSV(B) 42.68º 0.95% 0.98% -
XYZ 56.58 53.99 7.79 -
YUV 183.25 31.36 176.32 -
System Red Green Blue C M Y K H S L
Decimal 251 182 12 0 0.27 0.95 0.02 42.68 0.97 0.52
Hex FB B6 C 0 1B 5F 2 2B 61 34
Octal 373 266 14 0 33 137 2 53 141 64
Binary 11111011 10110110 1100 0 11011 1011111 10 101011 1100001 110100

Color Harmonies of #FBB60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB60C

Black with #FBB60C

Text Example


Text Example

White with #FBB60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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