Html Css Color HEX #FFB302 Selective Yellow

📋 copy color: '#FFB302'

red 255 ◦ green 179 ◦ blue 2

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

Shades of Selective Yellow #FFB302

Tints of Selective Yellow #FFB302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 58.49%
G = 41.06%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFB302 (or 0xFFB302) is known color: Selective Yellow. HEX triplet: FF, B3 and 02. RGB value is (255,179,2). Sum of RGB (Red+Green+Blue) = 255+179+2=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB302 is #004CFD. Grayscale: #B6B6B6. Windows color (decimal): -19710 or 177151. OLE color: 177151.

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

Color convert

RGB 255 179 2 -
CMYK 0 0.30 0.99 0
HSL 41.98º 1% 0.5% -
HSV(B) 41.98º 0.99% 1% -
XYZ 57.37 53.5 7.36 -
YUV 181.55 26.68 180.39 -
System Red Green Blue C M Y K H S L
Decimal 255 179 2 0 0.30 0.99 0 41.98 1 0.5
Hex FF B3 2 0 1E 63 0 2A 64 32
Octal 377 263 2 0 36 143 0 52 144 62
Binary 11111111 10110011 10 0 11110 1100011 0 101010 1100100 110010

Color Harmonies of #FFB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB302

Black with #FFB302

Text Example


Text Example

White with #FFB302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB302; }

 p { color: rgb(255,179,2); }

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

background-color css

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

 a { background-color: rgb(255,179,2); }

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

border-color css

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

 span { border-color: rgb(255,179,2); }

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