Html Css Color HEX #F5B405 Selective Yellow

📋 copy color: '#F5B405'

red 245 ◦ green 180 ◦ blue 5

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

Shades of Selective Yellow #F5B405

Tints of Selective Yellow #F5B405

RGB

 RED value IS 245 (96.09% from 255) = 56.98%

 GREEN value IS 180 (70.7% from 255) = 41.86%

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 56.98%
G = 41.86%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5B405 (or 0xF5B405) is known color: Selective Yellow. HEX triplet: F5, B4 and 05. RGB value is (245,180,5). Sum of RGB (Red+Green+Blue) = 245+180+5=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B405 is #0A4BFA. Grayscale: #B4B4B4. Windows color (decimal): -674811 or 374005. OLE color: 374005.

HSL color Cylindrical-coordinate representation of color #F5B405: hue angle of 43.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5B405 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 180 5 -
CMYK 0 0.27 0.98 0.04
HSL 43.75º 0.96% 0.49% -
HSV(B) 43.75º 0.98% 0.96% -
XYZ 54 52.07 7.35 -
YUV 179.49 29.53 174.73 -
System Red Green Blue C M Y K H S L
Decimal 245 180 5 0 0.27 0.98 0.04 43.75 0.96 0.49
Hex F5 B4 5 0 1B 62 4 2C 60 31
Octal 365 264 5 0 33 142 4 54 140 61
Binary 11110101 10110100 101 0 11011 1100010 100 101100 1100000 110001

Color Harmonies of #F5B405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B405

Black with #F5B405

Text Example


Text Example

White with #F5B405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B405; }

 p { color: rgb(245,180,5); }

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

background-color css

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

 a { background-color: rgb(245,180,5); }

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

border-color css

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

 span { border-color: rgb(245,180,5); }

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