Html Css Color HEX #FFBB0E Selective Yellow

📋 copy color: '#FFBB0E'

red 255 ◦ green 187 ◦ blue 14

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

Shades of Selective Yellow #FFBB0E

Tints of Selective Yellow #FFBB0E

RGB

 RED value IS 255 (100% from 255) = 55.92%

 GREEN value IS 187 (73.44% from 255) = 41.01%

 BLUE value IS 14 (5.86% from 255) = 3.07%

R = 55.92%
G = 41.01%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFBB0E (or 0xFFBB0E) is known color: Selective Yellow. HEX triplet: FF, BB and 0E. RGB value is (255,187,14). Sum of RGB (Red+Green+Blue) = 255+187+14=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB0E is #0044F1. Grayscale: #BCBCBC. Windows color (decimal): -17650 or 965631. OLE color: 965631.

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

Color convert

RGB 255 187 14 -
CMYK 0 0.27 0.95 0
HSL 43.07º 1% 0.53% -
HSV(B) 43.07º 0.95% 1% -
XYZ 59.09 56.83 8.27 -
YUV 187.61 30.03 176.07 -
System Red Green Blue C M Y K H S L
Decimal 255 187 14 0 0.27 0.95 0 43.07 1 0.53
Hex FF BB E 0 1B 5F 0 2B 64 35
Octal 377 273 16 0 33 137 0 53 144 65
Binary 11111111 10111011 1110 0 11011 1011111 0 101011 1100100 110101

Color Harmonies of #FFBB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBB0E

Black with #FFBB0E

Text Example


Text Example

White with #FFBB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBB0E; }

 p { color: rgb(255,187,14); }

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

background-color css

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

 a { background-color: rgb(255,187,14); }

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

border-color css

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

 span { border-color: rgb(255,187,14); }

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