Html Css Color HEX #FFCF25 Turbo

📋 copy color: '#FFCF25'

red 255 ◦ green 207 ◦ blue 37

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

Shades of Turbo #FFCF25

Tints of Turbo #FFCF25

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.48%

 BLUE value IS 37 (14.84% from 255) = 7.41%

R = 51.1%
G = 41.48%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFCF25 (or 0xFFCF25) is known color: Turbo. HEX triplet: FF, CF and 25. RGB value is (255,207,37). Sum of RGB (Red+Green+Blue) = 255+207+37=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 37 (14.84% from 255 or 7.41% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCF25 is #0030DA. Grayscale: #CACACA. Windows color (decimal): -12507 or 2478079. OLE color: 2478079.

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

Color convert

RGB 255 207 37 -
CMYK 0 0.19 0.85 0
HSL 46.79º 1% 0.57% -
HSV(B) 46.79º 0.85% 1% -
XYZ 63.89 66.02 11.13 -
YUV 201.97 34.9 165.82 -
System Red Green Blue C M Y K H S L
Decimal 255 207 37 0 0.19 0.85 0 46.79 1 0.57
Hex FF CF 25 0 13 55 0 2F 64 39
Octal 377 317 45 0 23 125 0 57 144 71
Binary 11111111 11001111 100101 0 10011 1010101 0 101111 1100100 111001

Color Harmonies of #FFCF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF25

Black with #FFCF25

Text Example


Text Example

White with #FFCF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF25; }

 p { color: rgb(255,207,37); }

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

background-color css

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

 a { background-color: rgb(255,207,37); }

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

border-color css

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

 span { border-color: rgb(255,207,37); }

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