Html Css Color HEX #F2B702 Selective Yellow

📋 copy color: '#F2B702'

red 242 ◦ green 183 ◦ blue 2

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

Shades of Selective Yellow #F2B702

Tints of Selective Yellow #F2B702

RGB

 RED value IS 242 (94.92% from 255) = 56.67%

 GREEN value IS 183 (71.88% from 255) = 42.86%

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

R = 56.67%
G = 42.86%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F2B702 (or 0xF2B702) is known color: Selective Yellow. HEX triplet: F2, B7 and 02. RGB value is (242,183,2). Sum of RGB (Red+Green+Blue) = 242+183+2=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B702 is #0D48FD. Grayscale: #B4B4B4. Windows color (decimal): -870654 or 178162. OLE color: 178162.

HSL color Cylindrical-coordinate representation of color #F2B702: hue angle of 45.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2B702 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 183 2 -
CMYK 0 0.24 0.99 0.05
HSL 45.25º 0.98% 0.48% -
HSV(B) 45.25º 0.99% 0.95% -
XYZ 53.56 52.75 7.42 -
YUV 180.01 27.55 172.22 -
System Red Green Blue C M Y K H S L
Decimal 242 183 2 0 0.24 0.99 0.05 45.25 0.98 0.48
Hex F2 B7 2 0 18 63 5 2D 62 30
Octal 362 267 2 0 30 143 5 55 142 60
Binary 11110010 10110111 10 0 11000 1100011 101 101101 1100010 110000

Color Harmonies of #F2B702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B702

Black with #F2B702

Text Example


Text Example

White with #F2B702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B702; }

 p { color: rgb(242,183,2); }

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

background-color css

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

 a { background-color: rgb(242,183,2); }

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

border-color css

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

 span { border-color: rgb(242,183,2); }

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