Html Css Color HEX #FFB200 Selective Yellow

📋 copy color: '#FFB200'

red 255 ◦ green 178 ◦ blue 0

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

Shades of Selective Yellow #FFB200

Tints of Selective Yellow #FFB200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.89%
G = 41.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFB200 (or 0xFFB200) is known color: Selective Yellow. HEX triplet: FF, B2 and 00. RGB value is (255,178,0). Sum of RGB (Red+Green+Blue) = 255+178+0=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB200 is #004DFF. Grayscale: #B5B5B5. Windows color (decimal): -19968 or 45823. OLE color: 45823.

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

Color convert

RGB 255 178 0 -
CMYK 0 0.30 1 0
HSL 41.88º 1% 0.5% -
HSV(B) 41.88º 1% 1% -
XYZ 57.16 53.1 7.24 -
YUV 180.73 26.01 180.97 -
System Red Green Blue C M Y K H S L
Decimal 255 178 0 0 0.30 1 0 41.88 1 0.5
Hex FF B2 0 0 1E 64 0 2A 64 32
Octal 377 262 0 0 36 144 0 52 144 62
Binary 11111111 10110010 0 0 11110 1100100 0 101010 1100100 110010

Color Harmonies of #FFB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB200

Black with #FFB200

Text Example


Text Example

White with #FFB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB200; }

 p { color: rgb(255,178,0); }

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

background-color css

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

 a { background-color: rgb(255,178,0); }

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

border-color css

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

 span { border-color: rgb(255,178,0); }

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